Skip to content

chore(release): prepare v0.1.8#404

Merged
chaliy merged 1 commit intomainfrom
claude/release-minor-version-q7vmi
Mar 1, 2026
Merged

chore(release): prepare v0.1.8#404
chaliy merged 1 commit intomainfrom
claude/release-minor-version-q7vmi

Conversation

@chaliy
Copy link
Copy Markdown
Contributor

@chaliy chaliy commented Mar 1, 2026

Summary

  • Bump workspace version from 0.1.7 to 0.1.8
  • Update bashkit-cli dependency pin to 0.1.8
  • Add CHANGELOG entry for v0.1.8 with all 49 PRs since v0.1.7

Highlights

  • Stderr and combined redirects (2>, 2>&1, &>)
  • ANSI-C quoting ($'...') and $"..." syntax
  • New builtins: base64, md5sum/sha1sum/sha256sum, find -exec, grep -L/--exclude-dir
  • jq enhancements: setpath, leaf_paths, improved match/scan
  • awk user-defined functions, curl -F multipart form data
  • Per-tool-call timeout_ms in ToolRequest
  • 244 new Oils-inspired spec tests
  • 20+ interpreter/parser bug fixes

Test plan

  • cargo fmt --check passes
  • cargo clippy --all-targets --all-features -- -D warnings passes
  • cargo test --all-features — 1 pre-existing flaky test (threat_cpu_exhaustion_timeout), confirmed fails on main too
  • CI green on PR
  • After merge, release.yml creates GitHub Release with tag v0.1.8
  • publish.yml publishes to crates.io
  • publish-python.yml publishes to PyPI

Bump workspace version to 0.1.8 and update CHANGELOG with all
changes since v0.1.7 including stderr redirects, ANSI-C quoting,
new builtins, 244 Oils spec tests, and 20+ interpreter fixes.
@chaliy chaliy force-pushed the claude/release-minor-version-q7vmi branch from a36bae2 to 5926eb4 Compare March 1, 2026 01:33
@chaliy chaliy merged commit ac184be into main Mar 1, 2026
16 checks passed
@chaliy chaliy deleted the claude/release-minor-version-q7vmi branch March 12, 2026 03:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants